Vcenter Vm Guest Networking Interfaces IpConfigInfo

Vcenter Vm Guest Networking Interfaces IpConfigInfo
Vcenter Vm Guest Networking Interfaces IpConfigInfo

The Vcenter Vm Guest Networking Interfaces IpConfigInfo schema describes the protocol version independent address reporting data object for network interfaces.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "ip_addresses": [
        {
            "ip_address": "string",
            "prefix_length": 0,
            "origin": "string",
            "state": "string"
        }
    ],
    "dhcp": {
        "ipv4_enabled": false,
        "ipv6_enabled": false
    }
}
ip_addresses
Required

IP addresses configured on the interface.

This property was added in vSphere API 7.0.0.0.

dhcp
Optional

Client side DHCP for an interface.

This property was added in vSphere API 7.0.0.0.

If missing or null the IP was not configured by DHCP.